.ac_results {
	padding: 0px;
	border: 1px solid #c3d9ff;
	background-color: Window;
	overflow: hidden;
	z-index: 99999;
	padding: 2px;
	text-align: left;
	font: 11px arial;
	filter:alpha(opacity=90);
	opacity:0.90
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background :  url('ajax-loader2.gif') right center no-repeat;
}

.ac_odd {
	background-color: #FFFFD9;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ac_over {
	background-color: #c3d9ff;
	color: #000;

}

.ac_moreItems {
	text-align: center;
	background-color: InactiveCaption;
	color: InactiveCaptionText;
	margin: 0px;
	padding: 0px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: bold menu 12px;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.inp {height:25px; border: 1px dotted #ccc; clear: both; width:290px;  font: bold 17px "Trebuchet MS", Geneva, sans-serif; color: #FF6600;}
.btn {height:27px; width:95px;margin:8px 0; font-weight:bold;}
.NFText {border:none; vertical-align:middle; font:12px/15px Arial, Helvetica, sans-serif; background:none;}
.NFTextCenter {height:21px; background:url(../images/img/input.png) repeat-x 0 0; border:none; vertical-align:middle; font: bold 12px Tahoma, Geneva, sans-serif; padding:3px 0; margin:0; float:left; width: 270px; line-height:15px;}
.NFTextLeft, .NFTextRight {width:7px; height:21px; vertical-align:middle; float:left;}
.NFTextLeft {background:url(../images/img/input-left.png) no-repeat 0 0;}
.NFTextRight {background:url(../images/img/input-right.png) no-repeat 0 0;}

/* Search Field ////////////////////////////////////////////////////////// */

div#searchbox {

	display: inline;
	margin-top: 5px;
	margin-bottom: 20px;
	border: 1px;
	z-index: 1;
	background: url(../images/glass.gif) no-repeat center bottom;
	padding: 17px;
	height: 30px;
	padding-left: 23px;

}

div#searchbox input#KeyWords {
	color: #0a434a;
	width: 625px;
	font: bold 11px arial;
	padding: 3px 0px 2px 0px;
	margin-left: 10px;
	margin-top: 13px;
	font-size: 11px;
	height: 13px;
}

* html div#searchbox input#KeyWords {
	color: #0a434a;
	width: 525px;
	padding: 3px 0px 2px 0px;
	margin-left: 10px;
	margin-top: 13px;
	font-size: 12px;
	height: 13px;
}

div#searchbox input#KeyWords[type="search"] {
	width: 452px;
}


